home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / spitfire / fnpack.zip / FNPACK.TXT < prev   
Text File  |  1992-01-02  |  8KB  |  195 lines

  1.  
  2.  
  3. FNPack Version 1.0ß                                                  Page 1
  4. ---------------------------------------------------------------------------
  5.  
  6.  
  7.  
  8.  
  9. INTRODUCTION
  10. ------------
  11.  
  12. In continuing  to offer the best  support for Spitfire, MetaSys  is working
  13. closely with Buffalo Creek Software to introduce new and improved utilities
  14. to the market.
  15.  
  16. There currently are  two excellent message packers on the market. SFPACK by
  17. Bob  Browne is a  full featured and  quick message packer;  however you are
  18. required to  purchase the UTI  for it's  use. If  you have  decided to  use
  19. SFMail or  Jetmail on your system, and you are not running PC Relay related
  20. software,  to the  best of  our knowledge,  you are  not able  to get  this
  21. excellent message packer.
  22.  
  23. SFMSGPAK from Mike Woltz is also an excellent product. However, it does not
  24. contain ALL  of the features that  sysops have requested over  time. Due to
  25. the immense  work involved in releasing a  new version of Spitfire, Buffalo
  26. Creek  Software and MetaSys have agreed to work together to release FNPACK,
  27. the FireNet Message packer.
  28.  
  29. If you are running FireNet, you MUST run this packer, as Bob Browne's  will
  30. corrupt the SFMSGxx.PTR files  (Spitfire System Files) created  in Spitfire
  31. 3.2 and used by FireNet...
  32.  
  33. You will find  that many features  found in the  other message packers  are
  34. found in FNPACK. Some features were  not included while other features have
  35. been added.
  36.  
  37. FNPack Version 1.0ß                                                  Page 2
  38. ---------------------------------------------------------------------------
  39.  
  40.  
  41.  
  42. DISCLAIMER
  43. ----------
  44.  
  45. *******************************  NOTICE  ********************************
  46. *                                                                       *
  47. *    This program, and all supporting programs and documentation are    *
  48. *    provided "as is" without warranty of any kind, either expressed    *
  49. *    or implied, including but not limited to the implied warranties    *
  50. *    of merchantability and fitness for a particular purpose.  In no    *
  51. *    event  will MetaSys or  Bob Zimmerman  be liable to you for any    *
  52. *    damages arising out of the use or inability to use this program    *
  53. *    and/or all supporting programs and documentation.                  *
  54. *                                                                       *
  55. *************************************************************************
  56.  
  57. FNPack Version 1.0ß                                                  Page 3
  58. ---------------------------------------------------------------------------
  59.  
  60.  
  61.  
  62. INSTALLATION
  63. ------------
  64.  
  65. Installing  this program  is VERY  simple. Simply  unzip FNPACK.EXE  into a
  66. directory (preferably it's  own). Then, using  the following command  line,
  67. you are able to run FNPACK as an event or from Dos (interactively)!
  68.  
  69.              FNPACK /AREA=area /MSGS=xxx /DAYS=yyy /RCVD /SEED
  70.  
  71. All parameters except for /AREA are optional.
  72.  
  73. /AREA=         specifies the  message conferences to pack.  You may specify
  74.                /AREA=5 to  pack a single  conference (conference 5  in this
  75.                example)  or  you may  specify /AREA=2..15  to pack  areas 2
  76.                through 15.
  77.  
  78.                If you need to pack 2 through 15 and conference 20, you must
  79.                run FNPACK twice. Simply have 2 lines in your SF.BAT (event)
  80.                as:
  81.  
  82.                     FNPACK /AREA=2..15
  83.                     FNPACK /AREA=20
  84.  
  85.  
  86. /MSGS=xxx      Normally, FNPACK will pack  out any messages marked DELETED.
  87.                By specifying  /MSGS=xxx, you are specifying  that a maximum
  88.                of xxx  messages be left  in the  conference. If you  want a
  89.                maximum of 200 messages in any conference, specify:
  90.  
  91.                     FNPACK /AREA=2..20 /MSGS=200
  92.  
  93.  
  94. /DAYS=yyy      This parameter  specifies that any message  older then "yyy"
  95.                days should be deleted (regardless of whether it was read or
  96.                threaded).  So if you  only want the  last 30 days  worth of
  97.                messages, simply specify:
  98.  
  99.                     FNPACK /AREA=5..6 /DAYS=30
  100.  
  101.                If you specify  both parameters (/msgs and  /days), then you
  102.                are  requesting  that any  messages older  then xxx  days be
  103.                deleted... Also, there should be a maximum of xxx msgs...  
  104.  
  105.  
  106. /RCVD          We  originally  weren't going  to  place  this parameter  in
  107.                FNPACK, but  enough have  asked <grin>. This  parameter will
  108.                always  delete  any messages  that  are  PRIVATE and  marked
  109.                RECEIVED.
  110.  
  111.  
  112. /SEED          When  packing a message area,  if the message  area is brand
  113.                new  and no .IDX/.PTR/.DAT files  are found, OR  if they are
  114.  
  115. FNPack Version 1.0ß                                                  Page 4
  116. ---------------------------------------------------------------------------
  117.  
  118.  
  119.  
  120.                all zero bytes, then FNPACK will seed these conferences with
  121.                a single message.
  122.  
  123.                So if you have just added a new conference (for example, 25)
  124.                and  you would  like a  quick way  to initialize  it, simply
  125.                type:
  126.  
  127.                     FNPACK /AREA=25 /SEED
  128.  
  129.  
  130. FNPACK.LOG     Everything  that FNPACK  does will be  recorded in  the file
  131.                FNPACK.LOG. If you  would like,  you may copy  this file  to
  132.                your callers.log with the following command(s):
  133.  
  134.                C:                  (change to the Spitfire drive)
  135.                CD \SPITFIRE\WORK   (change to the CALLERS.LOG directory)
  136.                COPY CALLERS.LOG + C:\FNPACK\FNPACK.LOG
  137.  
  138.                The last  line will copy  the FNPACK.LOG to  the end of  the
  139.                CALLERS.LOG.
  140.  
  141. FNPack Version 1.0ß                                                  Page 5
  142. ---------------------------------------------------------------------------
  143.  
  144.  
  145.  
  146. SUPPORT
  147. -------
  148.  
  149. FNPACK is shareware and is  supported by Bob Zimmerman of Meta·Sys.  If you
  150. have a question regarding a feature,  first read this documentation. If you
  151. cannot find the answer, feel free to contact MetaSys.
  152.  
  153.           Meta·Sys
  154.           PO Box 1387
  155.           Arlington Hts, IL  60006
  156.  
  157.           The Mainframe BBS
  158.           (708) 223-2344 (US Robotics Dual Std)
  159.  
  160.  
  161.  
  162. REGISTRATION
  163. ------------
  164.  
  165.  
  166. FNPACK is shareware. Many hours of  work and design went into this program.
  167. Buffalo Creek Software  and MetaSys have designed  this program to make  it
  168. the file manager of choice for Spitfire BBS systems. 
  169.  
  170. If after using this  program for 30 days, you continue to  use it, you must
  171. register it with MetaSys. The current registration fee is $5.
  172.  
  173. All funds must be in US Dollars!
  174.  
  175. Registered customers are supported by MetaSys.  If need be, we can call you
  176. and make sure that you get the program running to your satisfaction. 
  177.  
  178.      You should mail your registration to:
  179.  
  180.      Meta·Sys
  181.      PO Box 1387
  182.      Arlington Hts, IL   60006
  183.  
  184. FNPack Version 1.0ß                                                  Page 6
  185. ---------------------------------------------------------------------------
  186.  
  187.  
  188.  
  189. HISTORY & Changes
  190. -----------------
  191.  
  192. v1.0ß          This  is the initial beta copy of  this program. If you have
  193.                any problems, please  report them  to Bob  Zimmerman on  the
  194.                Mainframe.
  195.